Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 3205] New: Failing chmod when running "make" in buildroot (openssl). /usr/lib should have been /usr/lib64
@ 2011-02-03 11:25 bugzilla at busybox.net
  2011-02-03 11:26 ` [Buildroot] [Bug 3205] " bugzilla at busybox.net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2011-02-03 11:25 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3205

           Summary: Failing chmod when running "make" in buildroot
                    (openssl). /usr/lib should have been /usr/lib64
           Product: buildroot
           Version: 2010.11
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: daniel at visp.name
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Created attachment 2911
  --> https://bugs.busybox.net/attachment.cgi?id=2911
Buildroot "make" output

> make[1]: Leaving directory `/usr/src/buildroot-2010.11/output/build/openssl-1.0.0b'
> rm -rf /usr/src/buildroot-2010.11/output/target/usr/lib/ssl
> rm -f /usr/src/buildroot-2010.11/output/target/usr/bin/c_rehash
# libraries gets installed read only, so strip fails
> chmod +w /usr/src/buildroot-2010.11/output/target/usr/lib/engines/lib*.so
> chmod: cannot access `/usr/src/buildroot-2010.11/output/target/usr/lib/engines/lib*.so': No such file or directory
> make: *** [/usr/src/buildroot-2010.11/output/build/openssl-1.0.0b/.stamp_target_installed] Error 1


If failes to chmod the files because the engines catalog is in lib64 instead.
Added a symlink as a workaround, but then it also tried to chmod libssl.so.*
and libcrypto.so.* in the same catalog with the same result. Was able to make
it continue by touching those files and setting the permissions, then removing
the dummy files afterwards. See attached files for more detailed output

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 3205] Failing chmod when running "make" in buildroot (openssl). /usr/lib should have been /usr/lib64
  2011-02-03 11:25 [Buildroot] [Bug 3205] New: Failing chmod when running "make" in buildroot (openssl). /usr/lib should have been /usr/lib64 bugzilla at busybox.net
@ 2011-02-03 11:26 ` bugzilla at busybox.net
  2011-02-03 11:27 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2011-02-03 11:26 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3205

--- Comment #1 from daniel at visp.name  ---
Created attachment 2917
  --> https://bugs.busybox.net/attachment.cgi?id=2917
Buildroot "make" output with engines-symlink workaround

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 3205] Failing chmod when running "make" in buildroot (openssl). /usr/lib should have been /usr/lib64
  2011-02-03 11:25 [Buildroot] [Bug 3205] New: Failing chmod when running "make" in buildroot (openssl). /usr/lib should have been /usr/lib64 bugzilla at busybox.net
  2011-02-03 11:26 ` [Buildroot] [Bug 3205] " bugzilla at busybox.net
@ 2011-02-03 11:27 ` bugzilla at busybox.net
  2011-02-03 11:28 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2011-02-03 11:27 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3205

--- Comment #2 from daniel at visp.name  ---
Created attachment 2923
  --> https://bugs.busybox.net/attachment.cgi?id=2923
File listing showing the problem

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 3205] Failing chmod when running "make" in buildroot (openssl). /usr/lib should have been /usr/lib64
  2011-02-03 11:25 [Buildroot] [Bug 3205] New: Failing chmod when running "make" in buildroot (openssl). /usr/lib should have been /usr/lib64 bugzilla at busybox.net
  2011-02-03 11:26 ` [Buildroot] [Bug 3205] " bugzilla at busybox.net
  2011-02-03 11:27 ` bugzilla at busybox.net
@ 2011-02-03 11:28 ` bugzilla at busybox.net
  2011-02-03 13:00 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2011-02-03 11:28 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3205

--- Comment #3 from daniel at visp.name  ---
Created attachment 2929
  --> https://bugs.busybox.net/attachment.cgi?id=2929
Config file used for buildroot

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 3205] Failing chmod when running "make" in buildroot (openssl). /usr/lib should have been /usr/lib64
  2011-02-03 11:25 [Buildroot] [Bug 3205] New: Failing chmod when running "make" in buildroot (openssl). /usr/lib should have been /usr/lib64 bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2011-02-03 11:28 ` bugzilla at busybox.net
@ 2011-02-03 13:00 ` bugzilla at busybox.net
  2011-02-03 14:30 ` bugzilla at busybox.net
  2011-02-23 22:40 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2011-02-03 13:00 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3205

Gustavo Zacarias <gustavo@zacarias.com.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at buildroot.uclibc |gustavo at zacarias.com.ar
                   |.org                        |

--- Comment #4 from Gustavo Zacarias <gustavo@zacarias.com.ar>  ---
Can you try the patch at
http://repo.or.cz/w/buildroot-gz.git/commitdiff/dddfea987f329a7dea507f987bde59f52b14ddd5
?
Fixes the issue for me.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 3205] Failing chmod when running "make" in buildroot (openssl). /usr/lib should have been /usr/lib64
  2011-02-03 11:25 [Buildroot] [Bug 3205] New: Failing chmod when running "make" in buildroot (openssl). /usr/lib should have been /usr/lib64 bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2011-02-03 13:00 ` bugzilla at busybox.net
@ 2011-02-03 14:30 ` bugzilla at busybox.net
  2011-02-23 22:40 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2011-02-03 14:30 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3205

--- Comment #5 from daniel at visp.name  ---
Testing it now. Takes a while to build...

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 3205] Failing chmod when running "make" in buildroot (openssl). /usr/lib should have been /usr/lib64
  2011-02-03 11:25 [Buildroot] [Bug 3205] New: Failing chmod when running "make" in buildroot (openssl). /usr/lib should have been /usr/lib64 bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2011-02-03 14:30 ` bugzilla at busybox.net
@ 2011-02-23 22:40 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2011-02-23 22:40 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=3205

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Peter Korsgaard <jacmet@uclibc.org>  ---
Committed fix by Gustavo, thanks

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-02-23 22:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-03 11:25 [Buildroot] [Bug 3205] New: Failing chmod when running "make" in buildroot (openssl). /usr/lib should have been /usr/lib64 bugzilla at busybox.net
2011-02-03 11:26 ` [Buildroot] [Bug 3205] " bugzilla at busybox.net
2011-02-03 11:27 ` bugzilla at busybox.net
2011-02-03 11:28 ` bugzilla at busybox.net
2011-02-03 13:00 ` bugzilla at busybox.net
2011-02-03 14:30 ` bugzilla at busybox.net
2011-02-23 22:40 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox