Activity log for bug #1470687

Date Who What changed Old value New value Message
2015-07-02 02:06:23 Seyeong Kim bug added bug
2015-07-02 02:08:46 Seyeong Kim description SRU Justification [Impact] Can't use ${VARIABLE} on config file with -Dvar=value [Test Case] set NFS server - /export/test1 - /export/test2 - /export/test-wily ( has README file ) set NFS client - insert "/test /etc/auto.test" on the bottom of /etc/auto.master - insert "test autofs_nfs:/export/${TESTVAR} - run "automount -DTESTVAR=test-wily --pid-file=/var/run/autofs.pid -d -f -v" - go /test, run ll test - can see whole subdirectories on /export, should see only files in /export/test-wily [Regression Potential] [Other Info] I found that it's ok with result of "make" command. but doesn't work with "debuild" command. I changed override_dh_auto_build part on debian/rules to below ----- override_dh_auto_build: CFLAGS="$(CFLAGS) $(CPPFLAGS) -fgnu89-inline" \ LDFLAGS="-Wl,-z,relro" \ << dh_auto_build ----- then debuild, it works SRU Justification [Impact] Can't use ${VARIABLE} on config file with -Dvar=value Actually this is not a direct cause. but one of symptoms. [Test Case] set NFS server   - /export/test1   - /export/test2   - /export/test-wily ( has README file ) set NFS client   - insert "/test /etc/auto.test" on the bottom of /etc/auto.master   - insert "test autofs_nfs:/export/${TESTVAR}   - run "automount -DTESTVAR=test-wily --pid-file=/var/run/autofs.pid -d -f -v"   - go /test, run ll test   - can see whole subdirectories on /export, should see only files in /export/test-wily [Regression Potential] [Other Info] After analyzing the codes and build, I found that it's ok with result of "make" command. but doesn't work with "debuild" command. I changed override_dh_auto_build part on debian/rules to below ----- override_dh_auto_build:         CFLAGS="$(CFLAGS) $(CPPFLAGS) -fgnu89-inline" \         LDFLAGS="-Wl,-z,relro" \ <<         dh_auto_build ----- then debuild, it works
2015-07-02 02:10:36 Seyeong Kim description SRU Justification [Impact] Can't use ${VARIABLE} on config file with -Dvar=value Actually this is not a direct cause. but one of symptoms. [Test Case] set NFS server   - /export/test1   - /export/test2   - /export/test-wily ( has README file ) set NFS client   - insert "/test /etc/auto.test" on the bottom of /etc/auto.master   - insert "test autofs_nfs:/export/${TESTVAR}   - run "automount -DTESTVAR=test-wily --pid-file=/var/run/autofs.pid -d -f -v"   - go /test, run ll test   - can see whole subdirectories on /export, should see only files in /export/test-wily [Regression Potential] [Other Info] After analyzing the codes and build, I found that it's ok with result of "make" command. but doesn't work with "debuild" command. I changed override_dh_auto_build part on debian/rules to below ----- override_dh_auto_build:         CFLAGS="$(CFLAGS) $(CPPFLAGS) -fgnu89-inline" \         LDFLAGS="-Wl,-z,relro" \ <<         dh_auto_build ----- then debuild, it works SRU Justification [Impact] Can't use ${VARIABLE} on config file with -Dvar=value Actually this is not a direct cause. but one of symptoms. It's affected from Trusty to Wily ( Precise is ok ) [Test Case] set NFS server   - /export/test1   - /export/test2   - /export/test-wily ( has README file ) set NFS client   - insert "/test /etc/auto.test" on the bottom of /etc/auto.master   - insert "test autofs_nfs:/export/${TESTVAR}   - run "automount -DTESTVAR=test-wily --pid-file=/var/run/autofs.pid -d -f -v"   - go /test, run ll test   - can see whole subdirectories on /export, should see only files in /export/test-wily [Regression Potential] [Other Info] After analyzing the codes and build, I found that it's ok with result of "make" command. but doesn't work with "debuild" command. I changed override_dh_auto_build part on debian/rules to below ----- override_dh_auto_build:         CFLAGS="$(CFLAGS) $(CPPFLAGS) -fgnu89-inline" \         LDFLAGS="-Wl,-z,relro" \ <<         dh_auto_build ----- then debuild, it works
2015-07-02 02:11:46 Seyeong Kim description SRU Justification [Impact] Can't use ${VARIABLE} on config file with -Dvar=value Actually this is not a direct cause. but one of symptoms. It's affected from Trusty to Wily ( Precise is ok ) [Test Case] set NFS server   - /export/test1   - /export/test2   - /export/test-wily ( has README file ) set NFS client   - insert "/test /etc/auto.test" on the bottom of /etc/auto.master   - insert "test autofs_nfs:/export/${TESTVAR}   - run "automount -DTESTVAR=test-wily --pid-file=/var/run/autofs.pid -d -f -v"   - go /test, run ll test   - can see whole subdirectories on /export, should see only files in /export/test-wily [Regression Potential] [Other Info] After analyzing the codes and build, I found that it's ok with result of "make" command. but doesn't work with "debuild" command. I changed override_dh_auto_build part on debian/rules to below ----- override_dh_auto_build:         CFLAGS="$(CFLAGS) $(CPPFLAGS) -fgnu89-inline" \         LDFLAGS="-Wl,-z,relro" \ <<         dh_auto_build ----- then debuild, it works SRU Justification [Impact] Can't use ${VARIABLE} on config file with -Dvar=value Actually this is not a direct cause. but one of symptoms. It's affected from Trusty to Wily ( Precise is ok ) [Test Case] set NFS server   - /export/test1   - /export/test2   - /export/test-wily ( has README file ) set NFS client   - insert "/test /etc/auto.test" on the bottom of /etc/auto.master   - insert "test autofs_nfs:/export/${TESTVAR}   - run "automount -DTESTVAR=test-wily --pid-file=/var/run/autofs.pid -d -f -v"   - go /test, run ll test   - can see whole subdirectories on /export, should see only files in /export/test-wily [Regression Potential] [Other Info] After analyzing the codes and build, I found that it's ok with result of "make" command. but doesn't work with "debuild" command. I changed override_dh_auto_build part on debian/rules to below ----- override_dh_auto_build:         CFLAGS="$(CFLAGS) $(CPPFLAGS) -fgnu89-inline" \         LDFLAGS="-Wl,-z,relro" \ <<         dh_auto_build ----- then debuild, it works I'm curious whether it's affected all other pkg.. because it's compiler option problem
2015-07-02 02:13:25 Seyeong Kim description SRU Justification [Impact] Can't use ${VARIABLE} on config file with -Dvar=value Actually this is not a direct cause. but one of symptoms. It's affected from Trusty to Wily ( Precise is ok ) [Test Case] set NFS server   - /export/test1   - /export/test2   - /export/test-wily ( has README file ) set NFS client   - insert "/test /etc/auto.test" on the bottom of /etc/auto.master   - insert "test autofs_nfs:/export/${TESTVAR}   - run "automount -DTESTVAR=test-wily --pid-file=/var/run/autofs.pid -d -f -v"   - go /test, run ll test   - can see whole subdirectories on /export, should see only files in /export/test-wily [Regression Potential] [Other Info] After analyzing the codes and build, I found that it's ok with result of "make" command. but doesn't work with "debuild" command. I changed override_dh_auto_build part on debian/rules to below ----- override_dh_auto_build:         CFLAGS="$(CFLAGS) $(CPPFLAGS) -fgnu89-inline" \         LDFLAGS="-Wl,-z,relro" \ <<         dh_auto_build ----- then debuild, it works I'm curious whether it's affected all other pkg.. because it's compiler option problem SRU Justification [Impact] Can't use ${VARIABLE} on config file with -Dvar=value Actually this is not a direct cause. but one of symptoms. It's affected from Trusty to Wily ( Precise is ok ) [Test Case] set NFS server   - /export/test1   - /export/test2   - /export/test-wily ( has README file ) set NFS client   - insert "/test /etc/auto.test" on the bottom of /etc/auto.master   - insert "test autofs_nfs:/export/${TESTVAR}   - run "automount -DTESTVAR=test-wily --pid-file=/var/run/autofs.pid -d -f -v"   - go /test, run ll test   - can see whole subdirectories on /export, should see only files in /export/test-wily [Regression Potential] [Other Info] After analyzing the codes and build, I found that it's ok with result of "make" command. but doesn't work with "debuild" command. I changed override_dh_auto_build part on debian/rules to below ----- override_dh_auto_build:         CFLAGS="$(CFLAGS) $(CPPFLAGS) -fgnu89-inline" \         LDFLAGS="-Wl,-z,relro" \ <<         dh_auto_build ----- then debuild, it works with -symbolic-functions option, static global variable in shard library can't be used properly.. they lose some variables or element in list as I tested. I'm curious whether it's affected all other pkg.. because it's compiler option problem
2015-07-02 02:14:04 Seyeong Kim description SRU Justification [Impact] Can't use ${VARIABLE} on config file with -Dvar=value Actually this is not a direct cause. but one of symptoms. It's affected from Trusty to Wily ( Precise is ok ) [Test Case] set NFS server   - /export/test1   - /export/test2   - /export/test-wily ( has README file ) set NFS client   - insert "/test /etc/auto.test" on the bottom of /etc/auto.master   - insert "test autofs_nfs:/export/${TESTVAR}   - run "automount -DTESTVAR=test-wily --pid-file=/var/run/autofs.pid -d -f -v"   - go /test, run ll test   - can see whole subdirectories on /export, should see only files in /export/test-wily [Regression Potential] [Other Info] After analyzing the codes and build, I found that it's ok with result of "make" command. but doesn't work with "debuild" command. I changed override_dh_auto_build part on debian/rules to below ----- override_dh_auto_build:         CFLAGS="$(CFLAGS) $(CPPFLAGS) -fgnu89-inline" \         LDFLAGS="-Wl,-z,relro" \ <<         dh_auto_build ----- then debuild, it works with -symbolic-functions option, static global variable in shard library can't be used properly.. they lose some variables or element in list as I tested. I'm curious whether it's affected all other pkg.. because it's compiler option problem SRU Justification [Impact] Can't use ${VARIABLE} on config file with -Dvar=value Actually this is not a direct cause. but one of symptoms. It's affected from Trusty to Wily ( Precise is ok ) [Test Case] set NFS server   - /export/test1   - /export/test2   - /export/test-wily ( has README file ) set NFS client   - insert "/test /etc/auto.test" on the bottom of /etc/auto.master   - insert "test autofs_nfs:/export/${TESTVAR}   - run "automount -DTESTVAR=test-wily --pid-file=/var/run/autofs.pid -d -f -v"   - go /test, run ll test   - can see whole subdirectories on /export, should see only files in /export/test-wily [Regression Potential] [Other Info] After analyzing the codes and build, I found that it's ok with result of "make" command. but doesn't work with "debuild" command. so I suspected compile option I changed override_dh_auto_build part on debian/rules to below ----- override_dh_auto_build:         CFLAGS="$(CFLAGS) $(CPPFLAGS) -fgnu89-inline" \         LDFLAGS="-Wl,-z,relro" \ <<         dh_auto_build ----- then debuild, it works with -symbolic-functions option, static global variable in shared library can't be used properly.. they lose some variables or element in list as I tested. I'm curious whether it's affected all other pkg.. because it's compiler option problem
2015-07-06 02:37:57 Seyeong Kim attachment added wily-remove-symbolic-funcions.debdiff https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1470687/+attachment/4424782/+files/wily-remove-symbolic-funcions.debdiff
2015-07-06 04:17:19 Ubuntu Foundations Team Bug Bot tags patch
2015-07-06 04:17:27 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2015-07-06 04:41:59 Seyeong Kim attachment added vivid-remove-symbolic-functions.debdiff https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1470687/+attachment/4424886/+files/vivid-remove-symbolic-functions.debdiff
2015-07-06 04:42:11 Seyeong Kim attachment added utopic-remove-symbolic-functions.debdiff https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1470687/+attachment/4424887/+files/utopic-remove-symbolic-functions.debdiff
2015-07-06 04:42:23 Seyeong Kim attachment added trusty-remove-symbolic-functions.debdiff https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/1470687/+attachment/4424888/+files/trusty-remove-symbolic-functions.debdiff
2015-07-06 04:43:24 Seyeong Kim bug added subscriber Ubuntu Stable Release Updates Team
2015-07-06 05:39:59 Louis Bouchard nominated for series Ubuntu Trusty
2015-07-06 05:39:59 Louis Bouchard bug task added autofs (Ubuntu Trusty)
2015-07-06 05:39:59 Louis Bouchard nominated for series Ubuntu Vivid
2015-07-06 05:39:59 Louis Bouchard bug task added autofs (Ubuntu Vivid)
2015-07-06 05:39:59 Louis Bouchard nominated for series Ubuntu Utopic
2015-07-06 05:39:59 Louis Bouchard bug task added autofs (Ubuntu Utopic)
2015-07-06 07:44:43 Seyeong Kim autofs (Ubuntu Trusty): status New In Progress
2015-07-06 07:44:44 Seyeong Kim autofs (Ubuntu Utopic): status New In Progress
2015-07-06 07:44:46 Seyeong Kim autofs (Ubuntu Vivid): status New In Progress
2015-07-06 07:44:51 Seyeong Kim autofs (Ubuntu): status New In Progress
2015-07-06 07:44:53 Seyeong Kim autofs (Ubuntu): assignee Seyeong Kim (xtrusia)
2015-07-06 07:44:55 Seyeong Kim autofs (Ubuntu Trusty): assignee Seyeong Kim (xtrusia)
2015-07-06 07:44:57 Seyeong Kim autofs (Ubuntu Utopic): assignee Seyeong Kim (xtrusia)
2015-07-06 07:44:58 Seyeong Kim autofs (Ubuntu Vivid): assignee Seyeong Kim (xtrusia)
2015-07-07 15:27:43 Launchpad Janitor branch linked lp:ubuntu/wily-proposed/autofs
2015-07-07 16:31:36 Launchpad Janitor autofs (Ubuntu): status In Progress Fix Released
2015-07-07 17:40:57 Chris J Arges removed subscriber Ubuntu Sponsors Team
2015-07-08 13:59:19 Chris J Arges autofs (Ubuntu Trusty): status In Progress Fix Committed
2015-07-08 13:59:24 Chris J Arges bug added subscriber SRU Verification
2015-07-08 13:59:27 Chris J Arges tags patch patch verification-needed
2015-07-08 14:01:43 Chris J Arges autofs (Ubuntu Utopic): status In Progress Fix Committed
2015-07-08 14:08:50 Launchpad Janitor branch linked lp:ubuntu/trusty-proposed/autofs
2015-07-08 14:08:52 Launchpad Janitor branch linked lp:ubuntu/utopic-proposed/autofs
2015-07-08 14:09:57 Chris J Arges autofs (Ubuntu Vivid): status In Progress Fix Committed
2015-07-08 14:13:01 Launchpad Janitor branch linked lp:ubuntu/vivid-proposed/autofs
2015-07-08 15:23:45 Seyeong Kim tags patch verification-needed patch verification-done
2015-07-15 18:52:12 Launchpad Janitor autofs (Ubuntu Trusty): status Fix Committed Fix Released
2015-07-15 18:52:16 Chris J Arges removed subscriber Ubuntu Stable Release Updates Team
2015-07-15 18:52:41 Launchpad Janitor autofs (Ubuntu Utopic): status Fix Committed Fix Released
2015-07-15 18:52:56 Launchpad Janitor autofs (Ubuntu Vivid): status Fix Committed Fix Released
2017-02-16 19:24:44 Robie Basak bug added subscriber Robie Basak
2018-06-06 22:04:14 Launchpad Janitor merge proposal linked https://code.launchpad.net/~ahasenack/ubuntu/+source/autofs/+git/autofs/+merge/347556
2018-06-06 22:05:19 Andreas Hasenack merge proposal unlinked https://code.launchpad.net/~ahasenack/ubuntu/+source/autofs/+git/autofs/+merge/347556
2018-06-07 12:56:53 Launchpad Janitor merge proposal linked https://code.launchpad.net/~ahasenack/ubuntu/+source/autofs/+git/autofs/+merge/347556
2018-06-07 13:27:18 Andreas Hasenack merge proposal unlinked https://code.launchpad.net/~ahasenack/ubuntu/+source/autofs/+git/autofs/+merge/347556
2018-06-12 12:59:07 Launchpad Janitor merge proposal linked https://code.launchpad.net/~ahasenack/ubuntu/+source/autofs/+git/autofs/+merge/347556
2018-07-10 19:39:49 Launchpad Janitor merge proposal linked https://code.launchpad.net/~ahasenack/ubuntu/+source/autofs/+git/autofs/+merge/349320
2018-07-13 12:55:10 Andreas Hasenack merge proposal unlinked https://code.launchpad.net/~ahasenack/ubuntu/+source/autofs/+git/autofs/+merge/349320
2018-07-18 13:53:58 Launchpad Janitor merge proposal linked https://code.launchpad.net/~ahasenack/ubuntu/+source/autofs/+git/autofs/+merge/349320
2018-07-18 14:07:54 Andreas Hasenack merge proposal unlinked https://code.launchpad.net/~ahasenack/ubuntu/+source/autofs/+git/autofs/+merge/349320